home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / lbbs07 / miscio.h < prev    next >
C/C++ Source or Header  |  1993-07-25  |  1KB  |  40 lines

  1. /* Prototypes for functions defined in D:\PROJLINN\LAZYREAD\MISCIO.C */
  2. int get_maxdown(void );
  3. int get_newdown(void );
  4. void set_maxdown(int );
  5. clock_t get_endsession(void);
  6. void set_endsession(int );
  7. char *get_netarea(void);
  8. void set_netarea(char *);
  9. void setgod(void);
  10. int isgod(void);
  11. char *tempfile(void);
  12. int today(void);
  13. int getpasswdstring(char *);
  14. int getstring(char *);
  15. int isokchar(int );
  16. void enable_watch(void);
  17. int carrier(void);
  18. int getkey(void);
  19. void hangup(void);
  20. void out_printf(char *,
  21.                 ...);
  22. void out_string(unsigned char *);
  23. void out_char(unsigned char );
  24. void strspins(char *);
  25. void addslash(char *);
  26. char *findword(char *,
  27.                char *);
  28. int iscomment(char );
  29. void strcln(char *,
  30.             char );
  31. char *nextstr(char *);
  32. void strspacecpy(char *,
  33.                  char *);
  34. void logline(int ,
  35.              char *,
  36.              ...);
  37. int open_the_log(char *,
  38.                  int );
  39. void close_the_log(void);
  40. void the_end(void );